home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 3 / ct-rom iiib.zip / ct-rom iiib / WINDOWS / DIVERSEN / WINEB_26 / EXPAND2.BAT < prev    next >
DOS Batch File  |  1994-05-16  |  551b  |  23 lines

  1. @Echo OFF
  2. echo                WineBase for Windows File Installation v2.6
  3. echo .
  4. echo                            Don't Panic !!!
  5. echo .
  6. echo     I've just dropped back to DOS for a while to expand some files
  7. echo .
  8. echo                           Expand Help File
  9. echo .
  10. wbhelp.exe
  11. echo .
  12. echo                   Expand the Map and Reference files
  13. echo .
  14. map&file.exe
  15. echo .
  16. echo                           Expand the DLL's
  17. echo .
  18. dll.exe
  19. echo                         Delete the Archives
  20. del map&file.exe
  21. del DLL.exe
  22. del wbhelp.exe
  23.